Simple HTTP server

Invoke like this:
    cscript http-srv.vbs <bindaddress> <port>
    
    If you have another HTTP server use a free port.
    Sample: 
    cscript http-srv.vbs 0.0.0.0 81
    
    Then with a WEB browser go to http://yourmachine:port/default.html
    
    